const runtime.boundsSliceAlen
5 uses
runtime (current package)
error.go#L133: boundsSliceAlen // s[?:x], 0 <= x <= len(s) failed
error.go#L151: boundsSliceAlen: "slice bounds out of range [:%x] with length %y",
error.go#L164: boundsSliceAlen: "slice bounds out of range [:%x]",
panic.go#L129: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
panic.go#L135: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)